/*-----------CSS Reset-----------*/
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}
::selection {
	color:#fff;
    background-color: #1e7be0;
}

::-moz-selection {
	color:#fff;
    background-color: #1e7be0;
}

::-webkit-selection {
	color:#fff;
    background-color: #1e7be0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}





.headbg{height:156px; width:100%; background:url(../images/headbg.png) repeat-x;}
.head{ width:1180px; margin:0 auto; height:35px; line-height:35px;  }

.head .h_l{ float:left;}
.head .h_r{ float:right;width:270px;line-height:35px;color:#FFF;}
.head .h_r ul{float:left; width:280px;}
.head .h_r ul li{line-height:35px; float:left; width:65px; text-align:center;}
.head .h_r ul li a{ float:left;color:#FFF;}



.top{ width:1180px; margin:0 auto; height:110px;}
.top .logo{float: left; padding-top:7px;
height: 82px;
width:421px;
}
.top .ms{padding-top:12px;
    float: left;
    font-size: 18px; color:#FFF;
    width: 367px;
    height: 78px;
    line-height: 30px;}
.top .ms span{color:#d2b12d;}

.top .tel{ background:left center no-repeat; background:url(../images/tel.png) left 30px no-repeat;
float: right; color:#FFF;
line-height: 26px;
    font-size: 14px;
    height:76px;
 padding-top: 24px;
width: 173px;
padding-left: 43px;
}
.top .tel span{font-size:23px; float:left; width:178px;color:#f5b822;}


.fixedNav {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    z-index: 100000;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop));

    background-color:#fff;
}


.navbg{ width:100%; height:59px; background:#ff9600;}
.nav{ width:1180px; height:59px;line-height:59px; margin:0 auto;}
.nav ul li{ float:left; background:url(../images/navli.jpg) right center no-repeat;line-height:59px; height:59px; }
.nav ul li a{ padding-left: 37px;
padding-right: 37px; font-size:15px;background: -webkit-linear-gradient(top, #f8b502, #f8e105) no-repeat; 
background: linear-gradient(to bottom, #f8b502, #f8e105) no-repeat;
background-size: 0% 0%; color:#FFF;
-webkit-transition: all .5s; transition: all .5s; display:block;
}

.nav ul li a:hover,.nav ul li.another a{ color:#FFF; 
background: -webkit-linear-gradient(top, #f8b502, #f8e105) no-repeat;
background: linear-gradient(to bottom, #f8b502, #f8e105) no-repeat;
background-size: 100% 100%; 
}

 

.footbg{ color:#FFF; background:url(../images/footbg.jpg) center no-repeat; height:291px; width:100%;}
.footbg a{ color:#FFF;}
.footbg .foot{ width:1180px; margin:0 auto; padding:10px 0px;}
.foot .ftnav{ width:278px; float:left;}
.foot .ftnav ul li{ float:left; width:96px; line-height:39px;}
.foot .ftcenter{ width:715px; float:left; line-height:35px; padding-top:30px;}

.foot .erweima{ width: 145px;
float: right;
padding-top: 32px;
padding-right: 6px;}

.foot .erweima img{ width:134px; height:134px;}


